home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
8174
/
8174.xpi
/
chrome
/
antbar.jar
/
content
/
grabber
/
parsers
/
parseryoutube.js
< prev
Wrap
Text File
|
2009-12-30
|
451b
|
25 lines
//
// downloaderyoutube.js
// firefox
//
// Created by Zak on 2008-06-17.
// Copyright 2008-2009 Ant.com. All rights reserved.
//
/**
* Just a sample of the downloaders flexibility
*/
var AntParserYoutube = function () {}
AntParserYoutube.prototype = new AntParser;
AntParser.prototype.constructor = AntParser
/**
* Implement the interface getFlvArray method
*/
AntParserYoutube.prototype.getFlvArray = function ()
{
return null;
}